Skip to content

fix: pydantic ai proper schema and events payload#205

Merged
cristipufu merged 1 commit intomainfrom
fix/pydantic_ai_schema_events_fixes
Mar 1, 2026
Merged

fix: pydantic ai proper schema and events payload#205
cristipufu merged 1 commit intomainfrom
fix/pydantic_ai_schema_events_fixes

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Mar 1, 2026

Pull request overview

This PR updates the uipath-pydantic-ai package to better align runtime schemas, graph metadata, and streaming event payloads with the UiPath “conversation messages” format, while bumping the package version and updating samples/tests accordingly.

Changes:

  • Switch default input/output entrypoint schemas to UiPath conversation messages format and expand schema/graph tests.
  • Enhance runtime streaming to emit richer STARTED/COMPLETED state payloads (prompt/model_name/usage, tool calls/results) and update runtime tests.
  • Update OpenAI chat model integration and sample projects/docs to match the new message format and newer pydantic-ai versions.

@cristipufu cristipufu requested a review from Copilot March 1, 2026 15:00
@cristipufu cristipufu self-assigned this Mar 1, 2026
@cristipufu cristipufu force-pushed the fix/pydantic_ai_schema_events_fixes branch from adfacaa to 5bcf8c5 Compare March 1, 2026 15:04

This comment was marked as outdated.

@cristipufu cristipufu force-pushed the fix/pydantic_ai_schema_events_fixes branch from 5bcf8c5 to 5ee2ee0 Compare March 1, 2026 15:12
@cristipufu cristipufu merged commit 6c7914b into main Mar 1, 2026
53 checks passed
@cristipufu cristipufu deleted the fix/pydantic_ai_schema_events_fixes branch March 1, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants